home *** CD-ROM | disk | FTP | other *** search
/ Zoo Guides: Life in the Desert / Zoo Guides - Life in the Desert.iso / pc / lfnthdsr / chapters / shared.dir / 00386_Script_386 < prev    next >
Text File  |  1995-05-08  |  300b  |  16 lines

  1. -- 
  2. on getgoing
  3.   global chapname, index, classification
  4.   put 0 into index
  5.   put line 1 to 20 of field "dummy" into field "index1"
  6.   put the movie into chapname
  7.   puppetsprite 8, true
  8.   if classification = 2 then 
  9.     set the castnum of sprite 8 to f22
  10.   end if
  11.   updatestage
  12. end
  13.  
  14.  
  15.  
  16.